In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / SetFillColor(Byte,Byte,Byte) Method

SetFillColor(Byte,Byte,Byte) Method

In This Topic
Syntax
'Declaration

 

Public Function SetFillColor( _

   ByVal Red As Byte, _

   ByVal Green As Byte, _

   ByVal Blue As Byte _

) As GdPictureStatus
public GdPictureStatus SetFillColor( 

   byte Red,

   byte Green,

   byte Blue

)
public function SetFillColor( 

    Red: Byte;

    Green: Byte;

    Blue: Byte

): GdPictureStatus; 
public function SetFillColor( 

   Red : byte,

   Green : byte,

   Blue : byte

) : GdPictureStatus;
public: GdPictureStatus SetFillColor( 

   byte Red,

   byte Green,

   byte Blue

) 
public:

GdPictureStatus SetFillColor( 

   byte Red,

   byte Green,

   byte Blue

) 

Parameters

Red
Green
Blue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members